home *** CD-ROM | disk | FTP | other *** search
/ PC Elektro 3 / PC-Elektro-3-cd1.bin / KBan 2.0 / KBANSRC.LZH / SRC / PROG / NETLIST / SEGPOINT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-08-23  |  246 b   |  12 lines

  1. // the declaration of segpoint
  2. // Copyright (C) 1997 Kazutaka Hirata <khirata@jove.acs.unt.edu>
  3.  
  4. #ifndef _SEGPOINT_H_
  5. #define _SEGPOINT_H_
  6.  
  7. #include "seg.h"
  8.  
  9. double GetDistanceFromOrigin(const SEGMENT& seg);
  10.  
  11. #endif /* _SEGPOINT_H_ */
  12.